/ Assembly List / LJCDBMessage / DbResult / HasRows

Namespace - LJCDBMessage


Parameters
dbResult - The DbResult object.

Returns

True if there are rows, otherwise false.

Syntax

C#
public static Boolean HasRows(DbResult dbResult)

Checks if the result has Rows.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.